GetSCSIDiskModeAddress
You can use theGetSCSIDiskModeAddress
function to find out the SCSI ID the computer uses in SCSI disk mode.
short GetSCSIDiskModeAddress();DESCRIPTION
TheGetSCSIDiskModeAddress
function returns the SCSI ID that the computer uses when it is started up in SCSI disk mode. The returned value is in the range 1 to 6.
- Note
- When the computer is in SCSI disk mode, the computer appears as a hard disk to another computer.
![]()
ASSEMBLY-LANGUAGE INFORMATION
The trap is_PowerMgrDispatch
($A09E). The selector value forGetSCSIDiskModeAddress
is 20 ($14) in the low word of register D0. The SCSI ID is returned in the low word of register D0.SEE ALSO
You can use thePMFeatures
function (page 6-41) to determine whether the computer supports SCSI disk mode.